CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 微机 接口实验 程序

搜索资源列表

  1. TJM

    0下载:
  2. 微机接口实验程序 。。 。。 。。 。。 -Computer Interface experimental procedure.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:323004
    • 提供者:陆融融
  1. weijiyuanli

    0下载:
  2. 2位微机实验指导书 华中科技大学计算机学院 武汉市豪申光电新技术有限公司 第一章 基本接口实验 2 第一节 并行接口实验(8255芯片实验) 2 实验一 步进电机控制接口实验 2 第二节 定时/计数实验(8253芯片实验) 9 实验二 音乐发生器接口实验 9 第三节 串行通信接口实验(8251芯片实验) 21 实验三 RS-232标准全双工查询方式异步串行通信
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1618051
    • 提供者:xiak
  1. rs232_asm

    0下载:
  2. 学习微型计算机原理及应用课程、微机接口技术等课程时,通过对计算机串口编程实验,验证串口通信程序设计的基本方法
  3. 所属分类:串口编程

    • 发布日期:2014-01-17
    • 文件大小:16611
    • 提供者:赵文龙
  1. 21点游戏程序

    0下载:
  2. 微机原理与接口技术实验,21点游戏程序,还有其他很多的程序,要的联系我
  3. 所属分类:其他智力游戏

    • 发布日期:2014-01-18
    • 文件大小:1448
    • 提供者:常旭亮
  1. report

    0下载:
  2. 本实验报告包含计数器、交通灯等微机接口实验的完整程序
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:109273
    • 提供者:xiaohui
  1. wjyl_kcsj_dg

    0下载:
  2. 《微机原理与应用》课程设计教学大纲 《微机原理与应用》课程设计是配合本科通信工程专业的专业基础课程《微机原理与应用》而开设的重要专业实践环节。目的是培养学生微型计算机硬件设计和汇编语言编程的实际工程的能力,通过该课程设计,使学生对微处理器的内部结构及工作原理建立一个整体的概念,训练学生对软件和硬件的分析、设计与上机调试的能力。要求学生掌握设计8086微机接口、接口编程,并通过微机原理实验箱验证其设计的程序正确性等综合设计实验能力。
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:5078
    • 提供者:黄修敏
  1. shiyi

    0下载:
  2. 单片机课程实验,微机接口实验程序源码 包括8088等芯片
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:高强
  1. 微机原理与接口技术软件实验报告

    1下载:
  2. 微机原理与接口技术软件实验报告,内有相关程序及代码
  3. 所属分类:源码下载

  1. 微机接口应用设计指导.rar

    1下载:
  2. 微机原理与接口实验指导,包括:A/D转换实验、 D/A转换实验、255A并行口实验、定时器/计数器、数据排序程序、红绿交通灯实验等等 ,computer interface experiment with the principles of the guide, include : A/D conversion experiments, the D/A conversion experiments, experimental 255A parallel port, timer/counter,
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:381744
    • 提供者:张杰
  1. ComputerInterfaceDesignedCurriculumExperimentalRep

    0下载:
  2. 微机接口课程设计实验报告,实验一:8255动态LED数码显示实验,实验二:8251串行接口实验,附程序清单-Computer Interface Designed curriculum experimental reports, one experiment: 8255 Dynamic LED digital display experiment two: 8251 serial interface experiments, attached to the list of procedures
  3. 所属分类:Education soft system

    • 发布日期:2017-05-01
    • 文件大小:598457
    • 提供者:serenacen
  1. shiyan8

    0下载:
  2. 微机原理与接口技术 程序设计与调试之八使用8251A的串行接口应用实验-Microcomputer Principle and Interface Technology program design and debugging of the eight-8251A serial interface using the application of experimental
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1978729
    • 提供者:孙龙
  1. yinbuchuanxingtongxin

    0下载:
  2. 微机原理与接口技术实验程序 异步串行通信-Microcomputer Principle and Interface Technology Experiment procedures asynchronous serial communication
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:741
    • 提供者:wori
  1. music

    0下载:
  2. 微机原理与接口技术实验程序 音乐发生器-Microcomputer Principle and Interface Technology program music generator experiment
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:697
    • 提供者:wori
  1. cQianHuiBian

    0下载:
  2. 在微机实验系统中,可用C语言来简化程序的编写,而有些子程序需要用汇编语言来编写,如一些对时序要求较高的程序,或者要通过汇编来访问微机接口。本实验就如何使用turbo C调用汇编语言作出探讨。-In the computer simulation, the system can be used C language to simplify the procedures for the preparation of, and some assembly language subroutines ne
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:5956
    • 提供者:lujy
  1. 74LS244

    0下载:
  2. 微机接口原理74LS244跑灯实验程序代码-Computer Interface Theory 74LS244 Experimental code to run lights
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:10444
    • 提供者:hh
  1. 77433638digital_record

    0下载:
  2. 微机原理与接口实验,数字录音机实验完整程序-Microcomputer Principle and Interface Experiment, experiment a complete digital recorder program
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:99033
    • 提供者:xq
  1. weijishiyan

    0下载:
  2. 西南交大 微机接口实验程序代码 完整版-Southwest jiaotong university microcomputer interface experiment program code the full version
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1269441
    • 提供者:厉吉花
  1. answer

    0下载:
  2. 微机系统与接口相关各项实验程序源代码。.asm文件。-University computer systems and interfaces related to the experimental program source code. . Asm file.
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8763261
    • 提供者:
  1. weijijiekoucankaochengxu

    0下载:
  2. 微机接口实验参考程序,内有很多个实验的参考代码-c program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-16
    • 文件大小:3761875
    • 提供者:yuan
  1. 2017年实验程序asm文件

    0下载:
  2. 微机原理各类实验汇编程序,包括简单I/O口扩展、8255A 可编程并行口实验、步进电机、小直流电机等(Microprocessor-based assembly program of various kinds of experiment, including simple I/O port expansion, 8255A programmable parallel port experiment, stepper motor, small DC motor and so on)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:曲率
« 12 »
搜珍网 www.dssz.com